GtkFileChooserDialog: Avoid a bottom border in the dialog
authorMatthias Clasen <mclasen@redhat.com>
Wed, 23 Apr 2014 03:08:43 +0000 (23:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Apr 2014 03:10:01 +0000 (23:10 -0400)
We recently started to respect border-width on the action_area
again, so set its border-width to 0 so it doesn't get in the way.

https://bugzilla.gnome.org/show_bug.cgi?id=722211

gtk/resources/ui/gtkfilechooserdialog.ui

index fa0a3683adaca47cb9db5a75c85d42c67357fd64..ade3f54aafc1ff4eddbb0427b9b6459d2d93e827 100644 (file)
@@ -16,7 +16,7 @@
         <property name="spacing">0</property>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="dialog-action_area1">
-            <property name="border_width">6</property>
+            <property name="border_width">0</property>
             <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>